home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00101_Script_Jigg
< prev
next >
Wrap
Text File
|
1999-02-25
|
405b
|
15 lines
on exitFrame
if the locv of sprite the CurrentSpriteNum > 10 then
set the locv of sprite the CurrentSpriteNum = the locv of sprite the CurrentSpriteNum - 2
else
set the locv of sprite the CurrentSpriteNum = 450
end if
end
on enterFrame
if the locv of sprite the CurrentSpriteNum < 10 then
set the locv of sprite the CurrentSpriteNum = 450
nothing
end if
end